feat(cli): migrate provider authoring surface - #1714
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
a72c2ac
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://16fc35b6.agentv.pages.dev |
| Branch Preview URL: | https://feat-provider-cli-surface.agentv.pages.dev |
christso
force-pushed
the
feat/provider-cli-surface
branch
from
July 7, 2026 04:20
d9c9da8 to
a72c2ac
Compare
christso
marked this pull request as ready for review
July 7, 2026 04:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AgentV's authored provider surface now uses the Promptfoo-aligned provider vocabulary consistently across the CLI, config discovery, docs, and examples. Users select configured providers with
--provider/--providers, authored catalogs resolve fromproviders.yaml, and target-era authored inputs hard-error with migration guidance instead of silently falling back.This intentionally does not change generated run-bundle artifact filenames. Bundle output still writes the existing
targets.yamlartifact path soav-kfik.51can own that artifact migration without this branch preserving or copying legacy bundle files.What Changed
providers.yaml/.agentv/providers.yamland hard-rejects authoredtargets.yamlfiles.providers,label, andidsemantics.targets.yamltoproviders.yamlwhere they are authored inputs.Validation
bun test apps/cli/test/commands/eval/run-command-options.test.ts apps/cli/test/commands/eval/targets.test.ts apps/cli/test/commands/eval/bundle.test.ts apps/cli/test/commands/prepare/prepare.test.ts apps/cli/test/commands/grade/grade-prepared.test.ts apps/cli/test/eval.integration.test.ts packages/core/test/evaluation/providers/targets-file.test.tsbun run validate:examplesbun --filter agentv typecheckbunx @biomejs/biome@1.9.4 checkon changed TS/JS/MD/JSON filesgit diff --checkPost-Deploy Monitoring & Validation
No additional operational monitoring required. This is a CLI/docs/config migration with no hosted runtime path; GitHub Actions and downstream CLI smoke usage are the relevant validation surfaces.
Related
Related: av-kfik.52